Posts
Showing posts with the label DATA SCIENCE
Spectral Profile in Landsat 8 With Gogle Earth Engine
- Get link
- X
- Other Apps
Raster Data as Array with GDAL
- Get link
- X
- Other Apps
# File Dem rst = "/home/percyelbis/Downloads/UTM_PTL_WIN/rst/AP.tif" # Import Library. import gdal dem = gdal.Open(rst) # Information about the dem print("Projection is {}".format(dem.GetProjection())) # View as array band1 = dem.GetRasterBand(1).ReadAsArray() print(band1.shape) print(band1.max()) print(band1.mean()) print(band1.min())
Etiquetar Curvas de Nivel "Principales" y "Secundarias" con Python en QGIS
- Get link
- X
- Other Apps

Delimitar Cuenca con SAGA GIS "SubCuenca Hercca" - Cuenca del Vilcanota
- Get link
- X
- Other Apps